get last value in a comma separated list of values


取得用 , 分隔的詞組中的最後一個詞
get last value in a comma separated list of values

abc,efg,hijk,lmn

lmn

reverse(split_part(reverse(member_property.value), ',' , 1))

#postgresql






你可能感興趣的文章

每日心得筆記 2020-07-09(四)

每日心得筆記 2020-07-09(四)

Is the End of Data Analysis Near? The Impact of Code Interpreter, the New Feature of GPT-4

Is the End of Data Analysis Near? The Impact of Code Interpreter, the New Feature of GPT-4

Android Chip 實作紀錄

Android Chip 實作紀錄






留言討論